derelict.purple.util

Undocumented in source.

Members

Aliases

PurpleInfoFieldFormatCallback
alias PurpleInfoFieldFormatCallback = char* function(const(char)*, c_ulong)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleKeyValuePair
alias PurpleKeyValuePair = _PurpleKeyValuePair
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleMenuAction
alias PurpleMenuAction = _PurpleMenuAction
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleUtilFetchUrlCallback
alias PurpleUtilFetchUrlCallback = void function(_PurpleUtilFetchUrlData*, void*, const(char)*, c_ulong, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleUtilFetchUrlData
alias PurpleUtilFetchUrlData = _PurpleUtilFetchUrlData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da__purple_oscar_convert
alias da__purple_oscar_convert = const(char)* function(const(char)* act, const(char)* protocol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_base16_decode
alias da_purple_base16_decode = guchar* function(const(char)* str, gsize* ret_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_base16_encode
alias da_purple_base16_encode = gchar* function(const(guchar)* data, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_base16_encode_chunked
alias da_purple_base16_encode_chunked = gchar* function(const(guchar)* data, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_base64_decode
alias da_purple_base64_decode = guchar* function(const(char)* str, gsize* ret_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_base64_encode
alias da_purple_base64_encode = gchar* function(const(guchar)* data, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_build_dir
alias da_purple_build_dir = int function(const(char)* path, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_date_format_full
alias da_purple_date_format_full = const(char)* function(const(tm)* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_date_format_long
alias da_purple_date_format_long = const(char)* function(const(tm)* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_date_format_short
alias da_purple_date_format_short = const(char)* function(const(tm)* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_email_is_valid
alias da_purple_email_is_valid = gboolean function(const(char)* address)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_escape_filename
alias da_purple_escape_filename = const(char)* function(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_fd_get_ip
alias da_purple_fd_get_ip = char* function(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_gai_strerror
alias da_purple_gai_strerror = const(gchar)* function(gint errnum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_get_host_name
alias da_purple_get_host_name = const(gchar)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_get_tzoff_str
alias da_purple_get_tzoff_str = const(char)* function(const(tm)* tm, gboolean iso)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_got_protocol_handler_uri
alias da_purple_got_protocol_handler_uri = void function(const(char)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_home_dir
alias da_purple_home_dir = const(gchar)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ip_address_is_valid
alias da_purple_ip_address_is_valid = gboolean function(const(char)* ip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ipv4_address_is_valid
alias da_purple_ipv4_address_is_valid = gboolean function(const(char)* ip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ipv6_address_is_valid
alias da_purple_ipv6_address_is_valid = gboolean function(const(char)* ip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_markup_escape_text
alias da_purple_markup_escape_text = gchar* function(const(gchar)* text, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_markup_extract_info_field
alias da_purple_markup_extract_info_field = gboolean function(const(char)* str, int len, PurpleNotifyUserInfo* user_info, const(char)* start_token, int skip, const(char)* end_token, char check_value, const(char)* no_value_token, const(char)* display_name, gboolean is_link, const(char)* link_prefix, PurpleInfoFieldFormatCallback format_cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_markup_find_tag
alias da_purple_markup_find_tag = gboolean function(const(char)* needle, const(char)* haystack, const(char*)* start, const(char*)* end, GData** attributes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_markup_get_css_property
alias da_purple_markup_get_css_property = char* function(const(gchar)* style, const(gchar)* opt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_markup_get_tag_name
alias da_purple_markup_get_tag_name = char* function(const(char)* tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_markup_html_to_xhtml
alias da_purple_markup_html_to_xhtml = void function(const(char)* html, char** dest_xhtml, char** dest_plain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_markup_is_rtl
alias da_purple_markup_is_rtl = gboolean function(const(char)* html)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_markup_linkify
alias da_purple_markup_linkify = char* function(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_markup_slice
alias da_purple_markup_slice = char* function(const(char)* str, guint x, guint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_markup_strip_html
alias da_purple_markup_strip_html = char* function(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_markup_unescape_entity
alias da_purple_markup_unescape_entity = const(char)* function(const(char)* text, int* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_menu_action_free
alias da_purple_menu_action_free = void function(PurpleMenuAction* act)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_menu_action_new
alias da_purple_menu_action_new = PurpleMenuAction* function(const(char)* label, PurpleCallback callback, gpointer data, GList* children)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_message_meify
alias da_purple_message_meify = gboolean function(char* message, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_mime_decode_field
alias da_purple_mime_decode_field = char* function(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_mkstemp
alias da_purple_mkstemp = FILE* function(char** path, gboolean binary)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_normalize
alias da_purple_normalize = const(char)* function(const(PurpleAccount)* account, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_normalize_nocase
alias da_purple_normalize_nocase = const(char)* function(const(PurpleAccount)* account, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_print_utf8_to_console
alias da_purple_print_utf8_to_console = void function(FILE* filestream, char* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_program_is_valid
alias da_purple_program_is_valid = gboolean function(const(char)* program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_quotedp_decode
alias da_purple_quotedp_decode = guchar* function(const(char)* str, gsize* ret_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_restore_default_signal_handlers
alias da_purple_restore_default_signal_handlers = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_running_gnome
alias da_purple_running_gnome = gboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_running_kde
alias da_purple_running_kde = gboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_running_osx
alias da_purple_running_osx = gboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_socket_get_family
alias da_purple_socket_get_family = int function(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_socket_speaks_ipv4
alias da_purple_socket_speaks_ipv4 = gboolean function(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_str_add_cr
alias da_purple_str_add_cr = char* function(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_str_binary_to_ascii
alias da_purple_str_binary_to_ascii = char* function(const(ubyte)* binary, guint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_str_has_prefix
alias da_purple_str_has_prefix = gboolean function(const(char)* s, const(char)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_str_has_suffix
alias da_purple_str_has_suffix = gboolean function(const(char)* s, const(char)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_str_seconds_to_string
alias da_purple_str_seconds_to_string = char* function(guint sec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_str_size_to_units
alias da_purple_str_size_to_units = char* function(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_str_strip_char
alias da_purple_str_strip_char = void function(char* str, char thechar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_str_to_time
alias da_purple_str_to_time = time_t function(const(char)* timestamp, gboolean utc, tm* tm, c_long* tz_off, const(char*)* rest)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_strcasereplace
alias da_purple_strcasereplace = gchar* function(const(char)* string, const(char)* delimiter, const(char)* replacement)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_strcasestr
alias da_purple_strcasestr = const(char)* function(const(char)* haystack, const(char)* needle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_strdup_withhtml
alias da_purple_strdup_withhtml = gchar* function(const(gchar)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_strequal
alias da_purple_strequal = gboolean function(const(gchar)* left, const(gchar)* right)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_strreplace
alias da_purple_strreplace = gchar* function(const(char)* string, const(char)* delimiter, const(char)* replacement)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_text_strip_mnemonic
alias da_purple_text_strip_mnemonic = char* function(const(char)* in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_time_build
alias da_purple_time_build = time_t function(int year, int month, int day, int hour, int min, int sec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_time_format
alias da_purple_time_format = const(char)* function(const(tm)* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_unescape_filename
alias da_purple_unescape_filename = const(char)* function(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_unescape_html
alias da_purple_unescape_html = char* function(const(char)* html)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_unescape_text
alias da_purple_unescape_text = char* function(const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_uri_list_extract_filenames
alias da_purple_uri_list_extract_filenames = GList* function(const(gchar)* uri_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_uri_list_extract_uris
alias da_purple_uri_list_extract_uris = GList* function(const(gchar)* uri_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_url_decode
alias da_purple_url_decode = const(char)* function(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_url_encode
alias da_purple_url_encode = const(char)* function(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_url_parse
alias da_purple_url_parse = gboolean function(const(char)* url, char** ret_host, int* ret_port, char** ret_path, char** ret_user, char** ret_passwd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_user_dir
alias da_purple_user_dir = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_utf8_has_word
alias da_purple_utf8_has_word = gboolean function(const(char)* haystack, const(char)* needle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_utf8_ncr_decode
alias da_purple_utf8_ncr_decode = char* function(const(char)* in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_utf8_ncr_encode
alias da_purple_utf8_ncr_encode = char* function(const(char)* in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_utf8_salvage
alias da_purple_utf8_salvage = gchar* function(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_utf8_strcasecmp
alias da_purple_utf8_strcasecmp = int function(const(char)* a, const(char)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_utf8_strftime
alias da_purple_utf8_strftime = const(char)* function(const(char)* format, const(tm)* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_utf8_strip_unprintables
alias da_purple_utf8_strip_unprintables = gchar* function(const(gchar)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_utf8_try_convert
alias da_purple_utf8_try_convert = gchar* function(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_util_chrreplace
alias da_purple_util_chrreplace = void function(char* string, char delimiter, char replacement)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_util_fetch_url_cancel
alias da_purple_util_fetch_url_cancel = void function(PurpleUtilFetchUrlData* url_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_util_fetch_url_request
alias da_purple_util_fetch_url_request = PurpleUtilFetchUrlData* function(const(gchar)* url, gboolean full, const(gchar)* user_agent, gboolean http11, const(gchar)* request, gboolean include_headers, PurpleUtilFetchUrlCallback callback, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_util_fetch_url_request_len
alias da_purple_util_fetch_url_request_len = PurpleUtilFetchUrlData* function(const(gchar)* url, gboolean full, const(gchar)* user_agent, gboolean http11, const(gchar)* request, gboolean include_headers, gssize max_len, PurpleUtilFetchUrlCallback callback, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_util_fetch_url_request_len_with_account
alias da_purple_util_fetch_url_request_len_with_account = PurpleUtilFetchUrlData* function(PurpleAccount* account, const(gchar)* url, gboolean full, const(gchar)* user_agent, gboolean http11, const(gchar)* request, gboolean include_headers, gssize max_len, PurpleUtilFetchUrlCallback callback, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_util_format_song_info
alias da_purple_util_format_song_info = char* function(const(char)* title, const(char)* artist, const(char)* album, gpointer unused)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_util_get_image_checksum
alias da_purple_util_get_image_checksum = char* function(gconstpointer image_data, size_t image_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_util_get_image_extension
alias da_purple_util_get_image_extension = const(char)* function(gconstpointer data, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_util_get_image_filename
alias da_purple_util_get_image_filename = char* function(gconstpointer image_data, size_t image_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_util_init
alias da_purple_util_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_util_read_xml_from_file
alias da_purple_util_read_xml_from_file = xmlnode* function(const(char)* filename, const(char)* description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_util_set_current_song
alias da_purple_util_set_current_song = void function(const(char)* title, const(char)* artist, const(char)* album)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_util_set_user_dir
alias da_purple_util_set_user_dir = void function(const(char)* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_util_uninit
alias da_purple_util_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_util_write_data_to_file
alias da_purple_util_write_data_to_file = gboolean function(const(char)* filename, const(char)* data, gssize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_util_write_data_to_file_absolute
alias da_purple_util_write_data_to_file_absolute = gboolean function(const(char)* filename_full, const(char)* data, gssize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_uuid_random
alias da_purple_uuid_random = gchar* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

_purple_oscar_convert
const(char)* _purple_oscar_convert(const(char)* act, const(char)* protocol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_base16_decode
guchar* purple_base16_decode(const(char)* str, gsize* ret_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_base16_encode
gchar* purple_base16_encode(const(guchar)* data, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_base16_encode_chunked
gchar* purple_base16_encode_chunked(const(guchar)* data, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_base64_decode
guchar* purple_base64_decode(const(char)* str, gsize* ret_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_base64_encode
gchar* purple_base64_encode(const(guchar)* data, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_build_dir
int purple_build_dir(const(char)* path, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_date_format_full
const(char)* purple_date_format_full(const(tm)* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_date_format_long
const(char)* purple_date_format_long(const(tm)* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_date_format_short
const(char)* purple_date_format_short(const(tm)* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_email_is_valid
gboolean purple_email_is_valid(const(char)* address)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_escape_filename
const(char)* purple_escape_filename(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_fd_get_ip
char* purple_fd_get_ip(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_gai_strerror
const(gchar)* purple_gai_strerror(gint errnum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_get_host_name
const(gchar)* purple_get_host_name()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_get_tzoff_str
const(char)* purple_get_tzoff_str(const(tm)* tm, gboolean iso)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_got_protocol_handler_uri
void purple_got_protocol_handler_uri(const(char)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_home_dir
const(gchar)* purple_home_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ip_address_is_valid
gboolean purple_ip_address_is_valid(const(char)* ip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ipv4_address_is_valid
gboolean purple_ipv4_address_is_valid(const(char)* ip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ipv6_address_is_valid
gboolean purple_ipv6_address_is_valid(const(char)* ip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_escape_text
gchar* purple_markup_escape_text(const(gchar)* text, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_extract_info_field
gboolean purple_markup_extract_info_field(const(char)* str, int len, PurpleNotifyUserInfo* user_info, const(char)* start_token, int skip, const(char)* end_token, char check_value, const(char)* no_value_token, const(char)* display_name, gboolean is_link, const(char)* link_prefix, PurpleInfoFieldFormatCallback format_cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_find_tag
gboolean purple_markup_find_tag(const(char)* needle, const(char)* haystack, const(char*)* start, const(char*)* end, GData** attributes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_get_css_property
char* purple_markup_get_css_property(const(gchar)* style, const(gchar)* opt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_get_tag_name
char* purple_markup_get_tag_name(const(char)* tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_html_to_xhtml
void purple_markup_html_to_xhtml(const(char)* html, char** dest_xhtml, char** dest_plain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_is_rtl
gboolean purple_markup_is_rtl(const(char)* html)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_linkify
char* purple_markup_linkify(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_slice
char* purple_markup_slice(const(char)* str, guint x, guint y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_strip_html
char* purple_markup_strip_html(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_unescape_entity
const(char)* purple_markup_unescape_entity(const(char)* text, int* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_menu_action_free
void purple_menu_action_free(PurpleMenuAction* act)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_menu_action_new
PurpleMenuAction* purple_menu_action_new(const(char)* label, PurpleCallback callback, gpointer data, GList* children)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_message_meify
gboolean purple_message_meify(char* message, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_mime_decode_field
char* purple_mime_decode_field(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_mkstemp
FILE* purple_mkstemp(char** path, gboolean binary)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_normalize
const(char)* purple_normalize(const(PurpleAccount)* account, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_normalize_nocase
const(char)* purple_normalize_nocase(const(PurpleAccount)* account, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_print_utf8_to_console
void purple_print_utf8_to_console(FILE* filestream, char* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_program_is_valid
gboolean purple_program_is_valid(const(char)* program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_quotedp_decode
guchar* purple_quotedp_decode(const(char)* str, gsize* ret_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_restore_default_signal_handlers
void purple_restore_default_signal_handlers()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_running_gnome
gboolean purple_running_gnome()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_running_kde
gboolean purple_running_kde()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_running_osx
gboolean purple_running_osx()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_socket_get_family
int purple_socket_get_family(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_socket_speaks_ipv4
gboolean purple_socket_speaks_ipv4(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_str_add_cr
char* purple_str_add_cr(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_str_binary_to_ascii
char* purple_str_binary_to_ascii(const(ubyte)* binary, guint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_str_has_prefix
gboolean purple_str_has_prefix(const(char)* s, const(char)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_str_has_suffix
gboolean purple_str_has_suffix(const(char)* s, const(char)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_str_seconds_to_string
char* purple_str_seconds_to_string(guint sec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_str_size_to_units
char* purple_str_size_to_units(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_str_strip_char
void purple_str_strip_char(char* str, char thechar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_str_to_time
time_t purple_str_to_time(const(char)* timestamp, gboolean utc, tm* tm, c_long* tz_off, const(char*)* rest)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_strcasereplace
gchar* purple_strcasereplace(const(char)* string, const(char)* delimiter, const(char)* replacement)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_strcasestr
const(char)* purple_strcasestr(const(char)* haystack, const(char)* needle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_strdup_withhtml
gchar* purple_strdup_withhtml(const(gchar)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_strequal
gboolean purple_strequal(const(gchar)* left, const(gchar)* right)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_strreplace
gchar* purple_strreplace(const(char)* string, const(char)* delimiter, const(char)* replacement)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_text_strip_mnemonic
char* purple_text_strip_mnemonic(const(char)* in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_time_build
time_t purple_time_build(int year, int month, int day, int hour, int min, int sec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_time_format
const(char)* purple_time_format(const(tm)* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_unescape_filename
const(char)* purple_unescape_filename(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_unescape_html
char* purple_unescape_html(const(char)* html)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_unescape_text
char* purple_unescape_text(const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_uri_list_extract_filenames
GList* purple_uri_list_extract_filenames(const(gchar)* uri_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_uri_list_extract_uris
GList* purple_uri_list_extract_uris(const(gchar)* uri_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_url_decode
const(char)* purple_url_decode(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_url_encode
const(char)* purple_url_encode(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_url_parse
gboolean purple_url_parse(const(char)* url, char** ret_host, int* ret_port, char** ret_path, char** ret_user, char** ret_passwd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_user_dir
const(char)* purple_user_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_utf8_has_word
gboolean purple_utf8_has_word(const(char)* haystack, const(char)* needle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_utf8_ncr_decode
char* purple_utf8_ncr_decode(const(char)* in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_utf8_ncr_encode
char* purple_utf8_ncr_encode(const(char)* in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_utf8_salvage
gchar* purple_utf8_salvage(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_utf8_strcasecmp
int purple_utf8_strcasecmp(const(char)* a, const(char)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_utf8_strftime
const(char)* purple_utf8_strftime(const(char)* format, const(tm)* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_utf8_strip_unprintables
gchar* purple_utf8_strip_unprintables(const(gchar)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_utf8_try_convert
gchar* purple_utf8_try_convert(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_chrreplace
void purple_util_chrreplace(char* string, char delimiter, char replacement)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_fetch_url_cancel
void purple_util_fetch_url_cancel(PurpleUtilFetchUrlData* url_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_fetch_url_request
PurpleUtilFetchUrlData* purple_util_fetch_url_request(const(gchar)* url, gboolean full, const(gchar)* user_agent, gboolean http11, const(gchar)* request, gboolean include_headers, PurpleUtilFetchUrlCallback callback, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_fetch_url_request_len
PurpleUtilFetchUrlData* purple_util_fetch_url_request_len(const(gchar)* url, gboolean full, const(gchar)* user_agent, gboolean http11, const(gchar)* request, gboolean include_headers, gssize max_len, PurpleUtilFetchUrlCallback callback, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_fetch_url_request_len_with_account
PurpleUtilFetchUrlData* purple_util_fetch_url_request_len_with_account(PurpleAccount* account, const(gchar)* url, gboolean full, const(gchar)* user_agent, gboolean http11, const(gchar)* request, gboolean include_headers, gssize max_len, PurpleUtilFetchUrlCallback callback, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_format_song_info
char* purple_util_format_song_info(const(char)* title, const(char)* artist, const(char)* album, gpointer unused)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_get_image_checksum
char* purple_util_get_image_checksum(gconstpointer image_data, size_t image_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_get_image_extension
const(char)* purple_util_get_image_extension(gconstpointer data, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_get_image_filename
char* purple_util_get_image_filename(gconstpointer image_data, size_t image_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_init
void purple_util_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_read_xml_from_file
xmlnode* purple_util_read_xml_from_file(const(char)* filename, const(char)* description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_set_current_song
void purple_util_set_current_song(const(char)* title, const(char)* artist, const(char)* album)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_set_user_dir
void purple_util_set_user_dir(const(char)* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_uninit
void purple_util_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_write_data_to_file
gboolean purple_util_write_data_to_file(const(char)* filename, const(char)* data, gssize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_write_data_to_file_absolute
gboolean purple_util_write_data_to_file_absolute(const(char)* filename_full, const(char)* data, gssize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_uuid_random
gchar* purple_uuid_random()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

_purple_oscar_convert
da__purple_oscar_convert _purple_oscar_convert;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_base16_decode
da_purple_base16_decode purple_base16_decode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_base16_encode
da_purple_base16_encode purple_base16_encode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_base16_encode_chunked
da_purple_base16_encode_chunked purple_base16_encode_chunked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_base64_decode
da_purple_base64_decode purple_base64_decode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_base64_encode
da_purple_base64_encode purple_base64_encode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_build_dir
da_purple_build_dir purple_build_dir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_date_format_full
da_purple_date_format_full purple_date_format_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_date_format_long
da_purple_date_format_long purple_date_format_long;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_date_format_short
da_purple_date_format_short purple_date_format_short;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_email_is_valid
da_purple_email_is_valid purple_email_is_valid;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_escape_filename
da_purple_escape_filename purple_escape_filename;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_fd_get_ip
da_purple_fd_get_ip purple_fd_get_ip;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_gai_strerror
da_purple_gai_strerror purple_gai_strerror;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_get_host_name
da_purple_get_host_name purple_get_host_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_get_tzoff_str
da_purple_get_tzoff_str purple_get_tzoff_str;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_got_protocol_handler_uri
da_purple_got_protocol_handler_uri purple_got_protocol_handler_uri;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_home_dir
da_purple_home_dir purple_home_dir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ip_address_is_valid
da_purple_ip_address_is_valid purple_ip_address_is_valid;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ipv4_address_is_valid
da_purple_ipv4_address_is_valid purple_ipv4_address_is_valid;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ipv6_address_is_valid
da_purple_ipv6_address_is_valid purple_ipv6_address_is_valid;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_escape_text
da_purple_markup_escape_text purple_markup_escape_text;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_extract_info_field
da_purple_markup_extract_info_field purple_markup_extract_info_field;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_find_tag
da_purple_markup_find_tag purple_markup_find_tag;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_get_css_property
da_purple_markup_get_css_property purple_markup_get_css_property;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_get_tag_name
da_purple_markup_get_tag_name purple_markup_get_tag_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_html_to_xhtml
da_purple_markup_html_to_xhtml purple_markup_html_to_xhtml;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_is_rtl
da_purple_markup_is_rtl purple_markup_is_rtl;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_linkify
da_purple_markup_linkify purple_markup_linkify;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_slice
da_purple_markup_slice purple_markup_slice;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_strip_html
da_purple_markup_strip_html purple_markup_strip_html;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_markup_unescape_entity
da_purple_markup_unescape_entity purple_markup_unescape_entity;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_menu_action_free
da_purple_menu_action_free purple_menu_action_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_menu_action_new
da_purple_menu_action_new purple_menu_action_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_message_meify
da_purple_message_meify purple_message_meify;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_mime_decode_field
da_purple_mime_decode_field purple_mime_decode_field;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_mkstemp
da_purple_mkstemp purple_mkstemp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_normalize
da_purple_normalize purple_normalize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_normalize_nocase
da_purple_normalize_nocase purple_normalize_nocase;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_print_utf8_to_console
da_purple_print_utf8_to_console purple_print_utf8_to_console;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_program_is_valid
da_purple_program_is_valid purple_program_is_valid;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_quotedp_decode
da_purple_quotedp_decode purple_quotedp_decode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_restore_default_signal_handlers
da_purple_restore_default_signal_handlers purple_restore_default_signal_handlers;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_running_gnome
da_purple_running_gnome purple_running_gnome;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_running_kde
da_purple_running_kde purple_running_kde;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_running_osx
da_purple_running_osx purple_running_osx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_socket_get_family
da_purple_socket_get_family purple_socket_get_family;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_socket_speaks_ipv4
da_purple_socket_speaks_ipv4 purple_socket_speaks_ipv4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_str_add_cr
da_purple_str_add_cr purple_str_add_cr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_str_binary_to_ascii
da_purple_str_binary_to_ascii purple_str_binary_to_ascii;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_str_has_prefix
da_purple_str_has_prefix purple_str_has_prefix;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_str_has_suffix
da_purple_str_has_suffix purple_str_has_suffix;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_str_seconds_to_string
da_purple_str_seconds_to_string purple_str_seconds_to_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_str_size_to_units
da_purple_str_size_to_units purple_str_size_to_units;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_str_strip_char
da_purple_str_strip_char purple_str_strip_char;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_str_to_time
da_purple_str_to_time purple_str_to_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_strcasereplace
da_purple_strcasereplace purple_strcasereplace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_strcasestr
da_purple_strcasestr purple_strcasestr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_strdup_withhtml
da_purple_strdup_withhtml purple_strdup_withhtml;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_strequal
da_purple_strequal purple_strequal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_strreplace
da_purple_strreplace purple_strreplace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_text_strip_mnemonic
da_purple_text_strip_mnemonic purple_text_strip_mnemonic;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_time_build
da_purple_time_build purple_time_build;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_time_format
da_purple_time_format purple_time_format;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_unescape_filename
da_purple_unescape_filename purple_unescape_filename;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_unescape_html
da_purple_unescape_html purple_unescape_html;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_unescape_text
da_purple_unescape_text purple_unescape_text;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_uri_list_extract_filenames
da_purple_uri_list_extract_filenames purple_uri_list_extract_filenames;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_uri_list_extract_uris
da_purple_uri_list_extract_uris purple_uri_list_extract_uris;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_url_decode
da_purple_url_decode purple_url_decode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_url_encode
da_purple_url_encode purple_url_encode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_url_parse
da_purple_url_parse purple_url_parse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_user_dir
da_purple_user_dir purple_user_dir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_utf8_has_word
da_purple_utf8_has_word purple_utf8_has_word;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_utf8_ncr_decode
da_purple_utf8_ncr_decode purple_utf8_ncr_decode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_utf8_ncr_encode
da_purple_utf8_ncr_encode purple_utf8_ncr_encode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_utf8_salvage
da_purple_utf8_salvage purple_utf8_salvage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_utf8_strcasecmp
da_purple_utf8_strcasecmp purple_utf8_strcasecmp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_utf8_strftime
da_purple_utf8_strftime purple_utf8_strftime;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_utf8_strip_unprintables
da_purple_utf8_strip_unprintables purple_utf8_strip_unprintables;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_utf8_try_convert
da_purple_utf8_try_convert purple_utf8_try_convert;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_chrreplace
da_purple_util_chrreplace purple_util_chrreplace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_fetch_url_cancel
da_purple_util_fetch_url_cancel purple_util_fetch_url_cancel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_fetch_url_request
da_purple_util_fetch_url_request purple_util_fetch_url_request;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_fetch_url_request_len
da_purple_util_fetch_url_request_len purple_util_fetch_url_request_len;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_fetch_url_request_len_with_account
da_purple_util_fetch_url_request_len_with_account purple_util_fetch_url_request_len_with_account;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_format_song_info
da_purple_util_format_song_info purple_util_format_song_info;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_get_image_checksum
da_purple_util_get_image_checksum purple_util_get_image_checksum;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_get_image_extension
da_purple_util_get_image_extension purple_util_get_image_extension;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_get_image_filename
da_purple_util_get_image_filename purple_util_get_image_filename;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_init
da_purple_util_init purple_util_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_read_xml_from_file
da_purple_util_read_xml_from_file purple_util_read_xml_from_file;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_set_current_song
da_purple_util_set_current_song purple_util_set_current_song;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_set_user_dir
da_purple_util_set_user_dir purple_util_set_user_dir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_uninit
da_purple_util_uninit purple_util_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_write_data_to_file
da_purple_util_write_data_to_file purple_util_write_data_to_file;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_util_write_data_to_file_absolute
da_purple_util_write_data_to_file_absolute purple_util_write_data_to_file_absolute;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_uuid_random
da_purple_uuid_random purple_uuid_random;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_PurpleKeyValuePair
struct _PurpleKeyValuePair
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PurpleMenuAction
struct _PurpleMenuAction
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PurpleUtilFetchUrlData
struct _PurpleUtilFetchUrlData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta